Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.platform.picture.actions--actions

This contribution is part of XML component org.nuxeo.ecm.platform.picture.actions inside nuxeo-platform-imaging-jsf-7.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="triggerContentViewSlideshow" label="label.contentview.trigger.slideshow" order="70" type="template">
          <category>CONTENT_VIEW_ACTIONS</category>
          <properties>
            <property name="template">
              /incl/action/content_view_slideshow.xhtml
            </property>
          </properties>
          <filter-id>contentViewShowSlideshow</filter-id>
        </action>
  • <action icon="/icons/page_rotateleft.gif" id="pictureRotate90left" label="action.picture.rotateLeft" link="#{pictureManager.rotate90left}" order="100" type="link">
          <category>IMAGE_PROCESSING</category>
          <filter-id>hasPictureFacet</filter-id>
        </action>
  • <action icon="/icons/page_rotateright.gif" id="pictureRotate90right" label="action.picture.rotateRight" link="#{pictureManager.rotate90right}" order="200" type="link">
          <category>IMAGE_PROCESSING</category>
          <filter-id>hasPictureFacet</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action id="triggerContentViewSlideshow" label="label.contentview.trigger.slideshow" order="70" type="template">
      <category>CONTENT_VIEW_ACTIONS</category>
      <properties>
        <property name="template">
          /incl/action/content_view_slideshow.xhtml
        </property>
      </properties>
      <filter-id>contentViewShowSlideshow</filter-id>
    </action>

    <action icon="/icons/page_rotateleft.gif" id="pictureRotate90left" label="action.picture.rotateLeft" link="#{pictureManager.rotate90left}" order="100" type="link">
      <category>IMAGE_PROCESSING</category>
      <filter-id>hasPictureFacet</filter-id>
    </action>

    <action icon="/icons/page_rotateright.gif" id="pictureRotate90right" label="action.picture.rotateRight" link="#{pictureManager.rotate90right}" order="200" type="link">
      <category>IMAGE_PROCESSING</category>
      <filter-id>hasPictureFacet</filter-id>
    </action>

  </extension>